home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / PCW_C.ARJ / QVPUTDMO.C < prev    next >
Text File  |  1990-01-30  |  226b  |  8 lines

  1. #include "pcwproto.h"
  2.     void main(void) {
  3.        int  lcv,mxr,mxc;
  4.        if (!chk_video_state(&mxr,&mxc)) exit(3);
  5.        for (lcv = 1; lcv <= mxc; lcv++)
  6.           qvputs(1,lcv,15,0,"Hello World PCW Here!");
  7.     }
  8.